@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Overview/JobStatusPanel.razor.rz.scp.css */
/* JobStatusPanel Component Styles */

.status-panel[b-1sk0mcbzsb] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.status-chart-wrapper[b-1sk0mcbzsb] {
    height: 220px;
    margin-top: 0.5rem;
}

/* Empty State */
.status-empty[b-1sk0mcbzsb] {
    text-align: center;
    padding: 2rem 1rem;
}

.status-empty-icon[b-1sk0mcbzsb] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 9999px;
}

.status-empty-icon i[b-1sk0mcbzsb] {
    font-size: 1.5rem;
    color: #9ca3af;
}

.status-empty-title[b-1sk0mcbzsb] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.status-empty-text[b-1sk0mcbzsb] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0.25rem 0 0 0;
}
/* /Components/Overview/OverviewSkeleton.razor.rz.scp.css */
/* Skeleton Base Animation */
.skeleton[b-p7ttn1edy5] {
    background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 37%, #f1f5f9 63%);
    background-size: 400% 100%;
    animation: shimmer-b-p7ttn1edy5 1.4s ease infinite;
    border-radius: 0.25rem;
}

@keyframes shimmer-b-p7ttn1edy5 {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}

/* Page Structure */
.overview-page[b-p7ttn1edy5] {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 2rem;
}

.overview-container[b-p7ttn1edy5] {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header Skeleton */
.skeleton-header[b-p7ttn1edy5] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
}

.skeleton-header-left[b-p7ttn1edy5] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.skeleton-date[b-p7ttn1edy5] {
    width: 140px;
    height: 12px;
}

.skeleton-title[b-p7ttn1edy5] {
    width: 280px;
    height: 24px;
}

.skeleton-subtitle[b-p7ttn1edy5] {
    width: 320px;
    height: 14px;
}

.skeleton-header-actions[b-p7ttn1edy5] {
    display: flex;
    gap: 0.75rem;
}

.skeleton-button[b-p7ttn1edy5] {
    width: 120px;
    height: 40px;
    border-radius: 0.375rem;
}

/* Stats Row Skeleton */
.skeleton-stats-row[b-p7ttn1edy5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.skeleton-stat-card[b-p7ttn1edy5] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.skeleton-stat-header[b-p7ttn1edy5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.skeleton-label[b-p7ttn1edy5] {
    width: 80px;
    height: 12px;
}

.skeleton-icon[b-p7ttn1edy5] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
}

.skeleton-value[b-p7ttn1edy5] {
    width: 60px;
    height: 32px;
    margin-bottom: 0.5rem;
}

.skeleton-subtext[b-p7ttn1edy5] {
    width: 100px;
    height: 12px;
}

/* Main Grid Skeleton */
.skeleton-main-grid[b-p7ttn1edy5] {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 1.25rem;
}

.skeleton-left-column[b-p7ttn1edy5],
.skeleton-right-column[b-p7ttn1edy5] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Charts Row */
.skeleton-charts-row[b-p7ttn1edy5] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

/* Panel Skeleton */
.skeleton-panel[b-p7ttn1edy5] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.skeleton-panel-large[b-p7ttn1edy5] {
    min-height: 320px;
}

.skeleton-panel-header[b-p7ttn1edy5] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.skeleton-panel-title[b-p7ttn1edy5] {
    width: 140px;
    height: 16px;
}

.skeleton-panel-link[b-p7ttn1edy5] {
    width: 60px;
    height: 12px;
}

/* List Items */
.skeleton-list-item[b-p7ttn1edy5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.skeleton-list-item:last-child[b-p7ttn1edy5] {
    border-bottom: none;
}

.skeleton-dot[b-p7ttn1edy5] {
    width: 8px;
    height: 8px;
    border-radius: 9999px;
}

.skeleton-item-text[b-p7ttn1edy5] {
    flex: 1;
    height: 14px;
}

.skeleton-item-badge[b-p7ttn1edy5] {
    width: 60px;
    height: 20px;
    border-radius: 0.25rem;
}

/* Chart Skeleton */
.skeleton-chart[b-p7ttn1edy5] {
    width: 100%;
    height: 180px;
    border-radius: 0.375rem;
}

/* Schedule Items */
.skeleton-schedule-item[b-p7ttn1edy5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.skeleton-schedule-icon[b-p7ttn1edy5] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
}

.skeleton-schedule-text[b-p7ttn1edy5] {
    flex: 1;
    height: 14px;
}

.skeleton-schedule-badge[b-p7ttn1edy5] {
    width: 50px;
    height: 20px;
    border-radius: 9999px;
}

/* Action Items */
.skeleton-action-item[b-p7ttn1edy5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem;
    margin-bottom: 0.5rem;
    border: 1px solid #f3f4f6;
    border-radius: 0.375rem;
}

.skeleton-action-item:last-child[b-p7ttn1edy5] {
    margin-bottom: 0;
}

.skeleton-action-icon[b-p7ttn1edy5] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.375rem;
}

.skeleton-action-text[b-p7ttn1edy5] {
    flex: 1;
    height: 14px;
}

/* Responsive */
@media (max-width: 1024px) {
    .skeleton-stats-row[b-p7ttn1edy5] {
        grid-template-columns: repeat(2, 1fr);
    }

    .skeleton-main-grid[b-p7ttn1edy5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .skeleton-charts-row[b-p7ttn1edy5] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .skeleton-stats-row[b-p7ttn1edy5] {
        grid-template-columns: 1fr;
    }

    .skeleton-header[b-p7ttn1edy5] {
        flex-direction: column;
        gap: 1rem;
    }
}
/* /Components/Overview/QuickActionsPanel.razor.rz.scp.css */
/* QuickActionsPanel Component Styles */

.actions-panel[b-zsw9e7c3xn] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.actions-list[b-zsw9e7c3xn] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.action-item[b-zsw9e7c3xn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.625rem 0.75rem;
    border-radius: 0.375rem;
    border: 1px solid #f3f4f6;
    text-decoration: none;
    color: inherit;
    transition: all 0.15s ease;
}

.action-item:hover[b-zsw9e7c3xn] {
    border-color: #ccfbf1;
    background-color: #f0fdfa;
    text-decoration: none;
}

.action-icon[b-zsw9e7c3xn] {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0fdfa;
    border-radius: 0.375rem;
    flex-shrink: 0;
    transition: background-color 0.15s ease;
}

.action-item:hover .action-icon[b-zsw9e7c3xn] {
    background-color: #ccfbf1;
}

.action-icon i[b-zsw9e7c3xn] {
    font-size: 1rem;
    color: #0d9488;
}

.action-icon-backup[b-zsw9e7c3xn] {
    background-color: #dbeafe;
}

.action-icon-backup i[b-zsw9e7c3xn] {
    color: #2563eb;
}

.action-item:hover .action-icon-backup[b-zsw9e7c3xn] {
    background-color: #bfdbfe;
}

.action-icon-restore[b-zsw9e7c3xn] {
    background-color: #f3e8ff;
}

.action-icon-restore i[b-zsw9e7c3xn] {
    color: #7c3aed;
}

.action-item:hover .action-icon-restore[b-zsw9e7c3xn] {
    background-color: #e9d5ff;
}

.action-content[b-zsw9e7c3xn] {
    flex: 1;
    min-width: 0;
}

.action-label[b-zsw9e7c3xn] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    margin: 0;
    transition: color 0.15s ease;
}

.action-item:hover .action-label[b-zsw9e7c3xn] {
    color: #0f766e;
}

.action-desc[b-zsw9e7c3xn] {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
}

.action-arrow[b-zsw9e7c3xn] {
    font-size: 1rem;
    color: #9ca3af;
    flex-shrink: 0;
    transition: color 0.15s ease;
}

.action-item:hover .action-arrow[b-zsw9e7c3xn] {
    color: #0d9488;
}
/* /Components/Overview/RecentJobsPanel.razor.rz.scp.css */
/* RecentJobsPanel Component Styles */

.jobs-panel[b-5mt0s02jd6] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

/* Empty State */
.jobs-empty[b-5mt0s02jd6] {
    text-align: center;
    padding: 2rem 1rem;
}

.jobs-empty-icon[b-5mt0s02jd6] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 9999px;
}

.jobs-empty-icon i[b-5mt0s02jd6] {
    font-size: 1.5rem;
    color: #9ca3af;
}

.jobs-empty-title[b-5mt0s02jd6] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.jobs-empty-text[b-5mt0s02jd6] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0.25rem 0 0 0;
}

/* Jobs List */
.jobs-list[b-5mt0s02jd6] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.job-item[b-5mt0s02jd6] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem;
    border-radius: 0.375rem;
    transition: background-color 0.15s ease;
}

.job-item:hover[b-5mt0s02jd6] {
    background-color: #f9fafb;
}

.job-item-left[b-5mt0s02jd6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.status-dot[b-5mt0s02jd6] {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 9999px;
    flex-shrink: 0;
}

.status-success[b-5mt0s02jd6] {
    background-color: #34d399;
}

.status-running[b-5mt0s02jd6] {
    background-color: #60a5fa;
    animation: pulse-b-5mt0s02jd6 1.5s infinite;
}

.status-error[b-5mt0s02jd6] {
    background-color: #f87171;
}

.status-warning[b-5mt0s02jd6] {
    background-color: #fbbf24;
}

.status-pending[b-5mt0s02jd6] {
    background-color: #d1d5db;
}

@keyframes pulse-b-5mt0s02jd6 {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

.job-info[b-5mt0s02jd6] {
    min-width: 0;
}

.job-name[b-5mt0s02jd6] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.job-meta[b-5mt0s02jd6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0.125rem 0 0 0;
}

.job-type-badge[b-5mt0s02jd6] {
    font-size: 0.625rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    background-color: #f3f4f6;
    color: #6b7280;
}

.job-type-badge.type-backup[b-5mt0s02jd6] {
    background-color: #dbeafe;
    color: #1d4ed8;
}

.job-type-badge.type-restore[b-5mt0s02jd6] {
    background-color: #f3e8ff;
    color: #7c3aed;
}

.job-time[b-5mt0s02jd6] {
    font-size: 0.75rem;
    color: #9ca3af;
}

.job-item-right[b-5mt0s02jd6] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.125rem;
    flex-shrink: 0;
    margin-left: 1rem;
}

.job-status[b-5mt0s02jd6] {
    font-size: 0.75rem;
    font-weight: 500;
}

.status-text-success[b-5mt0s02jd6] {
    color: #059669;
}

.status-text-running[b-5mt0s02jd6] {
    color: #2563eb;
}

.status-text-error[b-5mt0s02jd6] {
    color: #dc2626;
}

.status-text-warning[b-5mt0s02jd6] {
    color: #d97706;
}

.status-text-pending[b-5mt0s02jd6] {
    color: #6b7280;
}

.job-duration[b-5mt0s02jd6] {
    font-size: 0.6875rem;
    color: #9ca3af;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, monospace;
}
/* /Components/Overview/StatCard.razor.rz.scp.css */
/* StatCard Component Styles */

.stat-card[b-wiytoooi85] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.stat-card-highlight[b-wiytoooi85] {
    border-color: #fbbf24;
    background: #fffbeb;
}

.stat-card-header[b-wiytoooi85] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.stat-card-label[b-wiytoooi85] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.025em;
}

.stat-card-icon[b-wiytoooi85] {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f0fdfa;
    border-radius: 0.375rem;
}

.stat-card-icon i[b-wiytoooi85] {
    font-size: 1rem;
    color: #0d9488;
}

.stat-card-highlight .stat-card-icon[b-wiytoooi85] {
    background-color: #fef3c7;
}

.stat-card-highlight .stat-card-icon i[b-wiytoooi85] {
    color: #d97706;
}

.stat-card-body[b-wiytoooi85] {
    display: flex;
    flex-direction: column;
}

.stat-card-value[b-wiytoooi85] {
    font-size: 1.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
    line-height: 1;
}

.stat-card-subtext[b-wiytoooi85] {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0.25rem 0 0 0;
}

.stat-card-trend[b-wiytoooi85] {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.stat-card-trend i[b-wiytoooi85] {
    font-size: 0.75rem;
}

.stat-card-trend span[b-wiytoooi85] {
    font-size: 0.75rem;
    font-weight: 500;
}

.trend-up[b-wiytoooi85] {
    color: #059669;
}

.trend-down[b-wiytoooi85] {
    color: #dc2626;
}

.stat-card-action[b-wiytoooi85] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 0.75rem;
    font-weight: 500;
    color: #0d9488;
    text-decoration: none;
    margin-top: auto;
    padding-top: 0.5rem;
    border-top: 1px solid #f3f4f6;
    transition: color 0.15s ease;
}

.stat-card-action:hover[b-wiytoooi85] {
    color: #0f766e;
}

.stat-card-action i[b-wiytoooi85] {
    font-size: 0.875rem;
}
/* /Components/Overview/StoragePanel.razor.rz.scp.css */
/* StoragePanel Component Styles */

.storage-panel[b-6er97cc59b] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

.storage-chart-wrapper[b-6er97cc59b] {
    height: 220px;
    margin-top: 0.5rem;
}

/* Empty State */
.storage-empty[b-6er97cc59b] {
    text-align: center;
    padding: 2rem 1rem;
}

.storage-empty-icon[b-6er97cc59b] {
    width: 3rem;
    height: 3rem;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 9999px;
}

.storage-empty-icon i[b-6er97cc59b] {
    font-size: 1.5rem;
    color: #9ca3af;
}

.storage-empty-title[b-6er97cc59b] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.storage-empty-text[b-6er97cc59b] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0.25rem 0 0 0;
}
/* /Components/Overview/UpcomingSchedulesPanel.razor.rz.scp.css */
/* UpcomingSchedulesPanel Component Styles */

.schedules-panel[b-j3blew89ay] {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

/* Empty State */
.schedules-empty[b-j3blew89ay] {
    text-align: center;
    padding: 1.5rem 1rem;
}

.schedules-empty-icon[b-j3blew89ay] {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 auto 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 9999px;
}

.schedules-empty-icon i[b-j3blew89ay] {
    font-size: 1.25rem;
    color: #9ca3af;
}

.schedules-empty-title[b-j3blew89ay] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.schedules-empty-text[b-j3blew89ay] {
    font-size: 0.75rem;
    color: #6b7280;
    margin: 0.25rem 0 0 0;
}

/* Schedules List */
.schedules-list[b-j3blew89ay] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.schedule-item[b-j3blew89ay] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f3f4f6;
}

.schedule-item:last-child[b-j3blew89ay] {
    border-bottom: none;
    padding-bottom: 0;
}

.schedule-item:first-child[b-j3blew89ay] {
    padding-top: 0;
}

.schedule-item-left[b-j3blew89ay] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-width: 0;
}

.schedule-icon[b-j3blew89ay] {
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f3f4f6;
    border-radius: 0.375rem;
    flex-shrink: 0;
}

.schedule-icon i[b-j3blew89ay] {
    font-size: 0.875rem;
    color: #6b7280;
}

.schedule-icon-backup[b-j3blew89ay] {
    background-color: #dbeafe;
}

.schedule-icon-backup i[b-j3blew89ay] {
    color: #2563eb;
}

.schedule-icon-restore[b-j3blew89ay] {
    background-color: #f3e8ff;
}

.schedule-icon-restore i[b-j3blew89ay] {
    color: #7c3aed;
}

.schedule-info[b-j3blew89ay] {
    min-width: 0;
}

.schedule-name[b-j3blew89ay] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.schedule-time[b-j3blew89ay] {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0;
}

.schedule-frequency[b-j3blew89ay] {
    font-size: 0.6875rem;
    font-weight: 500;
    color: #6b7280;
    background-color: #f3f4f6;
    padding: 0.25rem 0.5rem;
    border-radius: 9999px;
    flex-shrink: 0;
}
/* /Pages/Overview/Overview.razor.rz.scp.css */
/* Overview Page Styles */

.overview-page[b-528d6m2ic3] {
    background-color: #f9fafb;
    min-height: 100vh;
    padding: 2rem;
}

.overview-container[b-528d6m2ic3] {
    max-width: 1400px;
    margin: 0 auto;
}

/* Header */
.overview-header[b-528d6m2ic3] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 2rem;
}

.overview-header-left[b-528d6m2ic3] {
    display: flex;
    flex-direction: column;
}

.overview-date[b-528d6m2ic3] {
    font-size: 0.75rem;
    font-weight: 500;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin: 0 0 0.25rem 0;
}

.overview-title[b-528d6m2ic3] {
    font-size: 1.5rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.overview-subtitle[b-528d6m2ic3] {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0.25rem 0 0 0;
}

.overview-header-actions[b-528d6m2ic3] {
    display: flex;
    gap: 0.75rem;
}

/* Buttons */
.overview-btn[b-528d6m2ic3] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    border: 1px solid transparent;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.15s ease;
}

.overview-btn i[b-528d6m2ic3] {
    font-size: 1rem;
}

.overview-btn-primary[b-528d6m2ic3] {
    background-color: #0d9488;
    color: #fff;
    border-color: #0d9488;
}

.overview-btn-primary:hover[b-528d6m2ic3] {
    background-color: #0f766e;
    border-color: #0f766e;
    color: #fff;
    text-decoration: none;
}

.overview-btn-secondary[b-528d6m2ic3] {
    background-color: #fff;
    color: #374151;
    border-color: #e5e7eb;
}

.overview-btn-secondary:hover[b-528d6m2ic3] {
    background-color: #f9fafb;
    border-color: #d1d5db;
}

/* Stats Row */
.overview-stats-row[b-528d6m2ic3] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 1.5rem;
}

@media (max-width: 1024px) {
    .overview-stats-row[b-528d6m2ic3] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    .overview-stats-row[b-528d6m2ic3] {
        grid-template-columns: 1fr;
    }

    .overview-header[b-528d6m2ic3] {
        flex-direction: column;
        gap: 1rem;
    }

    .overview-header-actions[b-528d6m2ic3] {
        width: 100%;
    }

    .overview-btn[b-528d6m2ic3] {
        flex: 1;
        justify-content: center;
    }
}

/* Main Grid */
.overview-main-grid[b-528d6m2ic3] {
    display: grid;
    grid-template-columns: 7fr 5fr;
    gap: 1.25rem;
}

@media (max-width: 1024px) {
    .overview-main-grid[b-528d6m2ic3] {
        grid-template-columns: 1fr;
    }
}

.overview-left-column[b-528d6m2ic3],
.overview-right-column[b-528d6m2ic3] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

/* Charts Row */
.overview-charts-row[b-528d6m2ic3] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.25rem;
}

@media (max-width: 768px) {
    .overview-charts-row[b-528d6m2ic3] {
        grid-template-columns: 1fr;
    }
}

/* Panel Base Styles (shared via ::deep for child components) */
[b-528d6m2ic3] .overview-panel {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 1.25rem;
}

[b-528d6m2ic3] .overview-panel-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

[b-528d6m2ic3] .overview-panel-title-row {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

[b-528d6m2ic3] .overview-panel-icon {
    width: 1.5rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

[b-528d6m2ic3] .overview-panel-icon i {
    font-size: 1.125rem;
    color: #0d9488;
}

[b-528d6m2ic3] .overview-panel-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

[b-528d6m2ic3] .overview-panel-subtitle {
    font-size: 0.75rem;
    color: #9ca3af;
    margin: 0.125rem 0 0 0;
}

[b-528d6m2ic3] .overview-panel-link {
    font-size: 0.75rem;
    color: #0d9488;
    font-weight: 500;
    text-decoration: none;
}

[b-528d6m2ic3] .overview-panel-link:hover {
    text-decoration: underline;
}

/* Loading State */
.overview-loading[b-528d6m2ic3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 6rem 0;
    color: #6b7280;
}

.overview-loading p[b-528d6m2ic3] {
    margin-top: 1rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-i0tqczmnis] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-i0tqczmnis] {
    flex: 1;
}

.sidebar[b-i0tqczmnis] {
    background-image: linear-gradient(180deg, rgb(0, 24, 37) 0%, rgb(45, 45, 45) 70%);
}

.top-row[b-i0tqczmnis] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-i0tqczmnis]  a, .top-row .btn-link[b-i0tqczmnis] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-i0tqczmnis] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-i0tqczmnis] {
        display: none;
    }

    .top-row.auth[b-i0tqczmnis] {
        justify-content: space-between;
    }

    .top-row a[b-i0tqczmnis], .top-row .btn-link[b-i0tqczmnis] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-i0tqczmnis] {
        flex-direction: row;
    }

    .sidebar[b-i0tqczmnis] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-i0tqczmnis] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-i0tqczmnis], article[b-i0tqczmnis] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-r7536mksc1] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-r7536mksc1] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-r7536mksc1] {
    font-size: 1.1rem;
}

.oi[b-r7536mksc1] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-r7536mksc1] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-r7536mksc1] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-r7536mksc1] {
        padding-bottom: 1rem;
    }

    .nav-item[b-r7536mksc1]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-r7536mksc1]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-r7536mksc1]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-r7536mksc1] {
        display: none;
    }

    .collapse[b-r7536mksc1] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-r7536mksc1] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
